home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / init.d / powernowd.early < prev    next >
Encoding:
Text File  |  2006-09-29  |  177 b   |  8 lines

  1. #!/bin/sh
  2.  
  3. # Set DO_MODULES to yes which will trigger the module loading part of the
  4. # powernowd init script instead of the daemon part.
  5.  
  6. DO_MODULES=yes
  7. . /etc/init.d/powernowd
  8.